home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / code / Firefox_1.0.5.exe / en-US.xpi / bin / searchplugins / yahoo.src < prev   
Encoding:
Text File  |  2005-07-11  |  1.1 KB  |  43 lines

  1. # Yahoo Search Plug-in for Mozilla
  2. #
  3. # Created by Robert Fernandes <robert@bovilexics.com>, Matthew A. McGuigan <webnugget.com>, Rafael Ebron <rebron@meer.net>
  4. # Last Edited May 31, 2002
  5. # Last updated August 11, 2004
  6.  
  7. <SEARCH
  8.     version = "7.1" 
  9.    name="Yahoo"
  10.    description="Yahoo Search"
  11.    searchForm="http://www.yahoo.com/r/so"
  12.    method="GET"
  13.    action="http://search.yahoo.com/search" 
  14. >
  15.  
  16. <input name="p" user>
  17. <input name="ei" value="UTF-8">
  18.  
  19. <interpret 
  20.     browserResultType="category" 
  21.     resultListStart="<div class=padrc>" 
  22.     resultListEnd="SPONSOR RESULTS" 
  23.     resultItemStart="149" 
  24. #    resultItemEnd="</a>"
  25. >
  26.  
  27. <interpret 
  28.     browserResultType="result" 
  29.     resultListStart="<div id=web>" 
  30.     resultListEnd="MORE SPONSOR RESULTS" 
  31.     resultItemStart="<li>" 
  32. #    resultItemEnd="</a>"
  33. >
  34.  
  35. <browser
  36.     alsomatch="http://search.yahoo.com/bin/search"
  37.     update="http://www.mozilla.org/products/firefox/plugins/yahoo.src"
  38.     updateIcon="http://www.mozilla.org/products/firefox/plugins/yahoo.gif"
  39.     updateCheckDays="3"
  40. >
  41.  
  42. </search>
  43.